[INFO] cloning repository https://github.com/towelcodes/media-util-bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/towelcodes/media-util-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftowelcodes%2Fmedia-util-bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftowelcodes%2Fmedia-util-bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e553181e7879e611e65065b07ac99add2451c17
[INFO] checking towelcodes/media-util-bot against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftowelcodes%2Fmedia-util-bot" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/towelcodes/media-util-bot
[INFO] finished tweaking git repo https://github.com/towelcodes/media-util-bot
[INFO] tweaked toml for git repo https://github.com/towelcodes/media-util-bot written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/towelcodes/media-util-bot on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/towelcodes/media-util-bot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46
[INFO] running `Command { std: "docker" "start" "287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling ring v0.17.9
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.13+1.68.1
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling curl-sys v0.4.87+curl-8.19.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking universal-hash v0.4.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling const_fn v0.4.12
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]     Checking cpuid-bool v0.2.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking polyval v0.4.5
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]     Checking crypto-mac v0.10.0
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking aes v0.6.0
[INFO] [stderr]     Checking hmac v0.10.1
[INFO] [stderr]     Checking ghash v0.3.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking errno v0.3.10
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking ctr v0.6.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking aead v0.3.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling curl v0.4.49
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking aes-gcm v0.8.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking hkdf v0.10.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking spinning_top v0.2.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling isahc v0.9.14
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]     Checking flume v0.9.2
[INFO] [stderr]     Checking miniz_oxide v0.8.4
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]    Compiling mysqlclient-sys v0.5.1
[INFO] [stderr]     Checking infer v0.2.3
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling diesel_derives v2.3.7
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling built v0.7.6
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking data-encoding v2.8.0
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking webpki-roots v0.26.8
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling serenity v0.12.4
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking image-webp v0.2.1
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking typemap_rev v0.3.0
[INFO] [stderr]     Checking uwl v0.6.0
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-std v1.13.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling dotenvy_macro v0.15.7
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling command_attr v0.5.3
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling dotenvy-macros v0.15.7 (https://github.com/allan2/dotenvy#86c0d6dd)
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking dotenvy v0.15.7 (https://github.com/allan2/dotenvy#86c0d6dd)
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_qs v0.8.5
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking migrations_internals v2.3.0
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking serde_cow v0.1.2
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking avif-serialize v0.8.2
[INFO] [stderr]    Compiling migrations_macros v2.3.0
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking ravif v0.11.11
[INFO] [stderr]     Checking image v0.25.5
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking diesel v2.3.7
[INFO] [stderr]     Checking http-client v6.5.3
[INFO] [stderr]     Checking surf v2.3.2
[INFO] [stderr]     Checking openrouter-rs v0.7.0
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr] error: could not compile `diesel` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name diesel --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="mysql"' --cfg 'feature="mysql_backend"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=cea3b0edd2758281 -C extra-filename=-a5ed0b8c5bac1731 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6555891f22d594de.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-d92705dd1d5353b1.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-b6d603deb9117741.rmeta --extern diesel_derives=/opt/rustwide/target/debug/deps/libdiesel_derives-b5ea2c8d19233bfa.so --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-c1f83e1ccd938312.rmeta --extern mysqlclient_sys=/opt/rustwide/target/debug/deps/libmysqlclient_sys-386e47613c77b29f.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-70e4695576ffb191.rmeta --extern r2d2=/opt/rustwide/target/debug/deps/libr2d2-4609d379169cefbe.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-69cd3fc9e5bb4e6a.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu/` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serenity` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name serenity --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serenity-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="builder"' --cfg 'feature="bytes"' --cfg 'feature="cache"' --cfg 'feature="chrono"' --cfg 'feature="client"' --cfg 'feature="collector"' --cfg 'feature="command_attr"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="default_no_backend"' --cfg 'feature="ed25519-dalek"' --cfg 'feature="flate2"' --cfg 'feature="framework"' --cfg 'feature="fxhash"' --cfg 'feature="gateway"' --cfg 'feature="http"' --cfg 'feature="interactions_endpoint"' --cfg 'feature="levenshtein"' --cfg 'feature="mime_guess"' --cfg 'feature="model"' --cfg 'feature="parking_lot"' --cfg 'feature="percent-encoding"' --cfg 'feature="reqwest"' --cfg 'feature="rustls_backend"' --cfg 'feature="standard_framework"' --cfg 'feature="static_assertions"' --cfg 'feature="tokio-tungstenite"' --cfg 'feature="typemap_rev"' --cfg 'feature="utils"' --cfg 'feature="uwl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("absolute_ratelimits", "builder", "bytes", "cache", "chrono", "client", "collector", "command_attr", "dashmap", "default", "default_native_tls", "default_no_backend", "ed25519-dalek", "flate2", "framework", "full", "fxhash", "gateway", "http", "interactions_endpoint", "levenshtein", "mime_guess", "mini-moka", "model", "native_tls_backend", "parking_lot", "percent-encoding", "reqwest", "rustls_backend", "serenity-voice-model", "simd-json", "simd_json", "standard_framework", "static_assertions", "temp_cache", "tokio-tungstenite", "tokio_task_builder", "typemap_rev", "typesize", "unstable_discord_api", "utils", "uwl", "voice", "voice_model"))' -C metadata=6b4bedf3257d130a -C extra-filename=-ffec4c89807872b9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-5a4e691004d18b4d.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-02e99980e6526b3d.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6555891f22d594de.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-383e1e46f5f9ffb3.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-b6d603deb9117741.rmeta --extern command_attr=/opt/rustwide/target/debug/deps/libcommand_attr-e6b6e2b1cefd2203.so --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-3f062b51858e1407.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-0653a9c5b8f78fd0.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-e343608c3e12d8dd.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-113df15f9fbf922a.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-4d5fdce21e0796ac.rmeta --extern levenshtein=/opt/rustwide/target/debug/deps/liblevenshtein-21939218d5b676a8.rmeta --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-9f57d6cbd9671a58.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-d8e4ec219615c38d.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-70e4695576ffb191.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-40be0a10c2654519.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-dcda1913b82bc29c.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f90527c4eec40694.rmeta --extern serde_cow=/opt/rustwide/target/debug/deps/libserde_cow-d558b71e7055e607.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-dceaa6a3bd224af0.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f2154b0bf273423d.rmeta --extern dep_time=/opt/rustwide/target/debug/deps/libtime-8ac2d5869f865131.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-bd224ff154ecf6d0.rmeta --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-4b40ebd7e55707d3.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e590455c00c356fe.rmeta --extern typemap_rev=/opt/rustwide/target/debug/deps/libtypemap_rev-58c9306af2142917.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-69cd3fc9e5bb4e6a.rmeta --extern uwl=/opt/rustwide/target/debug/deps/libuwl-0ab6040e418b4799.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-09fda3bfb43b85c5/out --check-cfg 'cfg(tokio_unstable, ignore_serenity_deprecated)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46", kill_on_drop: false }`
[INFO] [stdout] 287b59209c22ac6f2881c804cfcda461233d7792ab73caa7f93a6e812732da46
